home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ptre30.zip / PRNTRE30.DOC next >
Text File  |  1992-12-29  |  6KB  |  151 lines

  1.  
  2.  
  3.  
  4.  
  5. Program Name:   Print Tree (Windows) Version 3.0
  6.  
  7. Copyright:      Copyright 1992, Edmond, Oklahoma
  8.  
  9. Author:         Charles H Fisher Jr
  10.  
  11. Version Date:   12/29/92
  12.  
  13.  
  14.  
  15. /********************************************************** /
  16.  
  17.  
  18.  
  19.             About The Program:
  20.  
  21. Print your disk drive directory tree! No more trying to
  22. remember where the heck you buried that file three
  23. sub-directories deep - SEE IT! You select one of the active
  24. drives from the Select menu. Next the program reads every file,
  25. including deleted and hidden files and saves all active
  26. directory and sub-directory entries. It then formats them into a
  27. memory page and prints out the "picture" of the directory tree
  28. via the Windows GDI. You may then print the tree on your
  29. printer, if you wish. Additional options include changing font
  30. size to squeeze more tree on a page, bold type, and top margin
  31. setting. A complete on-line help file using the Windows Help
  32. System is available.
  33.  
  34.  
  35.  
  36. To use this program you will need:
  37.  
  38. Windows version 3.1 (@ Microsoft, Inc.) or higher and the hard-
  39.     ware to run it on,
  40. Disk drives or partitions up to Drive Z, DOS Version 3.0 & up,
  41.  
  42. Dot matrix, laser, or ink-jet printer and current versions of
  43.     the Windows printer drivers.
  44.  
  45. A mouse device is optional.
  46.  
  47.  
  48.  
  49.         Installing Print Tree
  50. First, if you have received this in the archived version ( a
  51. file named PTRE30.ZIP) , you will have to unZIP the files with
  52. the famous PKUNZIP (@ PKWARE) into the directory where you keep
  53. your windows programs or utilities. Otherwise, you just copy the
  54. files with File Manager or from the DOS prompt. Then you will
  55. have to install it into a Windows program group. Please see your
  56. Windows User's Manual for the procedure for installing a program
  57. into a Windows program group.
  58.  
  59.  
  60.  
  61.  
  62.  
  63. The Legal Part:
  64.  
  65. 1. The author gives no guarantees with this program and assumes
  66. no liability for damages caused by use of, or non-use of this
  67. program. This program has been carefully checked for problems by
  68. the author; however, that does not mean that your copy may not
  69. contain some defect. The author will be glad to replace any
  70. malfunctioning copy of this program if you send a letter
  71. explaining the problem, and a blank disk.
  72.  
  73.  
  74.  
  75. 2. This is a shareware product. That means that you have up to
  76. thirty days to use this program and decide if you want to keep
  77. it. If not, simply erase any copies you may have. If you wish to
  78. keep and use this program (I certainly hope so!) then send check
  79. or money order for $10.00 along with the version number of the 
  80. copy you have, to:
  81.         
  82.         Window Wizard Software            
  83.         1306 Richmond Road
  84.         Edmond, OK 73034
  85.  
  86. This payment grants you one license to use the program. That is,
  87. one person may use it on all their personal machines, or only
  88. one copy may be placed on a single multi-user machine. For
  89. multi-user-multi-machine licenses, write me for a price break.
  90.         
  91.  ***************************************************************
  92.  *******  REGISTRATION WILL GET YOU *FREE* UPGRADES!!! *****
  93.  ***************************************************************
  94.  
  95. Please upload this program to any suitable bulletin board, and
  96. pass it amongst your friends. The name should be PRNTRE30.ZIP
  97. where you can use the full 8 characters in the name, or else
  98. PTRE30.ZIP. You must upload ALL files together, just as you got
  99. them in the original ZIP file. If you received an unzipped
  100. version, please archive the files into an appropriate ZIP file
  101. or LHARC file before passing it along via a  bulletin board, other- 
  102. wise the files may become separated.
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.             Version 2.1a
  111.  
  112. In version 2.1 I had to go back and rewrite the printer
  113. interface to solve some problems related to laser printers and
  114. the fact that the "standard" OEM_ FIXED _FONT wasn't. I received
  115. several enhancement requests from users and I wrote them into
  116. this version: on-screen viewing of the directory tree; printer
  117. on/off control; font sizing to squeeze more tree onto a page;
  118. alphabetizing of the tree entries; additional help screens; and
  119. a built in function to handle the registration codes, faster
  120. print routine, top margin control, and bold type. The 'a' sub-
  121. version corrected two small errors, one in documentation, one
  122. in the printer routine - a legacy of trying to do too many proj-
  123. ects at once.
  124.  
  125.  
  126.             Version 3.0
  127.  
  128. More user supplied suggestions: Reads all drives from A: to Z:,
  129. including floppies and removable media drives like Syquest and
  130. I also rewrote the entire 'read' function and it goes a
  131. lot faster now. It should also obviate problems found with 
  132. certain SmartDrive settings. I also rewrote the entire print routine
  133. and added font selection so you can use whichever fonts you have on
  134. board. In addition, registered copies save your font and page
  135. settings and use these settings on the next start-up so you don't
  136. have to reconfigure after each start-up.
  137.  
  138.  /*************************************************************/
  139.  
  140. Please feel free to write me with any constructive criticisms
  141. about this program. This is a port from DOS. The original used
  142. Vitamin C text windows. Converting this to MS Windows 3 was a
  143. major learning experience, but one I thoroughly enjoyed. I'm
  144. moving all my primary programming into the Windows arena, now.
  145. If you have any pet programming projects, please send me your
  146. ideas. You can usually reach me by CompuServe EMAIL. My ID is
  147. 73407,3667.
  148.  
  149.               Chuck
  150.  
  151.